projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01bdc68
)
gtkfilechooserdialog: Unseal private pointer
author
Javier Jardón
<jjardon@gnome.org>
Fri, 4 Jun 2010 21:25:45 +0000
(23:25 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Tue, 13 Jul 2010 17:40:47 +0000
(19:40 +0200)
gtk/gtkfilechooserdialog.h
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserdialog.h
b/gtk/gtkfilechooserdialog.h
index 10ee0639c9863025ed1d908aa04c588ec22c3128..f10ff9d7aae17b13e979847d8dbe8b33ba8bdffc 100644
(file)
--- a/
gtk/gtkfilechooserdialog.h
+++ b/
gtk/gtkfilechooserdialog.h
@@
-45,7
+45,7
@@
struct _GtkFileChooserDialog
{
GtkDialog parent_instance;
- GtkFileChooserDialogPrivate *
GSEAL (priv)
;
+ GtkFileChooserDialogPrivate *
priv
;
};
struct _GtkFileChooserDialogClass